go/types.Checker.conf (field)

48 uses

	go/types (current package)
		builtins.go#L702: 			x.val = constant.MakeInt64(check.conf.alignof(x.typ))
		builtins.go#L765: 			offs := check.conf.offsetof(base, index)
		builtins.go#L789: 			size := check.conf.sizeof(x.typ)
		call.go#L137: 	if check.conf._Trace {
		check.go#L155: 	conf *Config
		check.go#L223: 	assert(!check.conf._EnableAlias)
		check.go#L233: 	assert(!check.conf._EnableAlias)
		check.go#L240: 	assert(!check.conf._EnableAlias)
		check.go#L313: 		conf:         conf,
		check.go#L377: 	pkgVersion := asGoVersion(check.conf.GoVersion)
		check.go#L388: 		v := check.conf.GoVersion
		check.go#L463: 	if check.conf._EnableAlias {
		check.go#L476: 		if check.conf._Trace {
		check.go#L500: 	if !check.conf.DisableUnusedImportCheck {
		check.go#L513: 	check.pkg.goVersion = check.conf.GoVersion
		check.go#L542: 		if check.conf._Trace {
		check.go#L552: 		if check.conf._Trace {
		const.go#L73: 		conf = check.conf
		decl.go#L52: 	if check.conf._Trace && obj.Type() == nil {
		decl.go#L245: 			if check.conf._EnableAlias {
		decl.go#L264: 	if check.conf._Trace {
		decl.go#L316: 		if !check.conf._EnableAlias {
		decl.go#L573: 		if check.conf._EnableAlias {
		decl.go#L866: 	if !check.conf.IgnoreFuncBodies && fdecl.Body != nil {
		errors.go#L125: 	if check.conf._Trace {
		errors.go#L177: 		if check.conf._ErrorURL != "" {
		errors.go#L178: 			url := fmt.Sprintf(check.conf._ErrorURL, code)
		errors.go#L217: 	f := check.conf.Error
		expr.go#L196: 			prec = uint(check.conf.sizeof(x.typ) * 8)
		expr.go#L943: 	if check.conf._Trace {
		infer.go#L40: 	if check.conf.Error != nil {
		literals.go#L89: 		if !check.conf.IgnoreFuncBodies && e.Body != nil {
		named.go#L634: 	if check != nil && check.conf._Trace {
		resolver.go#L149: 	if path == "C" && (check.conf.FakeImportC || check.conf.go115UsesCgo) {
		resolver.go#L150: 		if check.conf.FakeImportC && check.conf.go115UsesCgo {
		resolver.go#L155: 		imp.cgo = check.conf.go115UsesCgo
		resolver.go#L159: 		if importer := check.conf.Importer; importer == nil {
		resolver.go#L644: 	if false && check.conf._EnableAlias {
		resolver.go#L704: 	if check.conf.IgnoreFuncBodies {
		stmt.go#L20: 	if check.conf.IgnoreFuncBodies {
		stmt.go#L24: 	if check.conf._Trace {
		typeset.go#L174: 	if check != nil && check.conf._Trace {
		typexpr.go#L111: 		if !check.conf._EnableAlias && check.isBrokenAlias(obj) {
		typexpr.go#L233: 	if check.conf._Trace {
		typexpr.go#L434: 	if check.conf._Trace {
		validtype.go#L33: 	if check.conf._Trace {